@media screen and (min-width: 750px) {
  #mecoxlane-home {
    width: 100%;
    height: 100px;
  }
  #mecoxlane-home .header-Box {
    display: none;
  }
  #mecoxlane-home .header {
    width: 100%;
    height: 70px;
    background: #333;
    position: relative;
  }
  #mecoxlane-home .nav-list {
    width: 100%;
    position: absolute;
    top: 70px;
    border-top: 5px solid #e5004f;
    box-sizing: border-box;
    display: none;
    z-index: 1002;
    background: rgba(255, 255, 255, 0.9);
  }
  #mecoxlane-home .nav-list-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
  }
  #mecoxlane-home .nav-list-content .left {
    float: left;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  #mecoxlane-home .nav-list-content .left a {
    float: left;
    margin-right: 40px;
  }
  #mecoxlane-home .nav-list-content .left a:last-child {
    margin-right: 0;
  }
  #mecoxlane-home .nav-list-content .left a img {
    border-radius: 0 0 15px 0;
  }
  #mecoxlane-home .nav-list-content .left a h3 {
    color: #333;
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
  }
  #mecoxlane-home .nav-list-content .right {
    float: right;
    margin-top: 30px;
    padding-right: 30px;
  }
  #mecoxlane-home .nav-list-content .right ul {
    width: 240px;
    display: flex;
    flex-wrap: wrap;
  }
  #mecoxlane-home .nav-list-content .right li {
    padding-bottom: 25px;
    color: #333;
    width: 120px;
  }
  #mecoxlane-home .nav-list-content .right li a:hover {
    olor: #666;
  }
  #mecoxlane-home .header-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    background: #333;
  }
  #mecoxlane-home .header-content h1 {
    float: left;
  }
  #mecoxlane-home .header-content h1 a {
    display: block;
    overflow: hidden;
    color: #fff;
    float: left;
  }
  #mecoxlane-home .header-content h1 a img {
    float: left;
    margin: 20px 10px;
  }
  #mecoxlane-home .header-content h1 img {
    float: right;
    margin: 20px 10px;
  }
  #mecoxlane-home .header-content h1 span {
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 25px 0;
    color: #fff;
  }
  #mecoxlane-home .header-content .nav {
    float: right;
  }
  #mecoxlane-home .header-content .nav li {
    float: left;
  }
  #mecoxlane-home .header-content .nav li a {
    color: #fff;
    display: block;
    box-sizing: border-box;
    height: 70px;
    padding: 0 20px;
    line-height: 70px;
    font-size: 14px;
    cursor: pointer;
  }
  #mecoxlane-home .header-content .nav li a div {
    float: right;
    width: 25px;
    height: 16px;
    margin: 27px 10px;
  }
  #mecoxlane-home .header-content .nav li a div b {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
  }
  #mecoxlane-home .header-content .nav li a div .b1, #mecoxlane-home .header-content .nav li a div .b2 {
    margin-bottom: 5px;
  }
  #mecoxlane-home .header-content .nav li a:hover {
    background: #e5004f;
  }
  #mecoxlane-home .header-content .nav .nav-1 a {
    padding: 20px 20px;
  }
  #mecoxlane-home .header-content .nav .nav-2 a {
    padding: 25px 20px;
  }
  #mecoxlane-home .swipe {
    width: 100%;
  }
  #mecoxlane-home .swipe a {
    width: 100%;
    display: block;
  }
  #mecoxlane-home .swipe img {
    width: 100%;
  }
  #mecoxlane-home .module {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #mecoxlane-home .module-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
  }
  #mecoxlane-home .module-item-left {
    float: left;
  }
  #mecoxlane-home .module-item-right {
    float: right;
  }
  #mecoxlane-home .module-item .title {
    overflow: hidden;
    height: 48px;
  }
  #mecoxlane-home .module-item .title .left {
    float: left;
    display: flex;
    align-items: center;
  }
  #mecoxlane-home .module-item .title .left b {
    height: 30px;
    width: 4px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 20px;
  }
  #mecoxlane-home .module-item .title .left img {
    float: left;
  }
  #mecoxlane-home .module-item .title .left h3 {
    float: left;
    margin-left: 5px;
    color: #333;
    margin-top: 5px;
    font-weight: normal;
  }
  #mecoxlane-home .module-item .title .right {
    float: right;
    margin-top: 10px;
  }
  #mecoxlane-home .module-item .title .right a {
    border: 1px solid #999;
    padding: 2px 10px;
    behavior: url(PIE.htc);
    border-radius: 15px;
    color: #999;
  }
  #mecoxlane-home .module-item .content {
    position: relative;
    behavior: url(PIE.htc);
    border-radius: 0 0 24px 0;
    overflow: hidden;
  }
  #mecoxlane-home .module-item .content .mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.5);
  }
  #mecoxlane-home .module-item .content .mark h2 {
    float: left;
    font-weight: normal;
    color: #333;
    margin-left: 20px;
    font-size: 16px;
  }
  #mecoxlane-home .module-item .content .mark p {
    color: #666;
    float: right;
    text-decoration: underline;
    margin-right: 20px;
  }
  #mecoxlane-home .brand {
    position: relative;
    margin-bottom: 35px;
  }
  #mecoxlane-home .brand .content {
    width: 1190px;
    height: 555px;
    margin: 0 auto;
    position: relative;
  }
  #mecoxlane-home .brand .brand-list {
    position: absolute;
    top: 10px;
    right: 0;
    width: 584px;
    height: 550px;
    behavior: url(PIE.htc);
    border-radius: 0 0 20px 0;
    overflow: hidden;
    background: #ebe8e4;
    z-index: 111;
  }
  #mecoxlane-home .brand .brand-list a {
    overflow: hidden;
    height: 33.3%;
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  #mecoxlane-home .brand .brand-list a:hover {
    background: #d8d6d2;
  }
  #mecoxlane-home .brand .brand-list a .select-brand {
    background: url(../../images/home/brand-select.png);
    background-size: 100% 100%;
  }
  #mecoxlane-home .brand .brand-list a dl {
    height: 100%;
    height: 183px;
    overflow: hidden;
  }
  #mecoxlane-home .brand .brand-list a dt {
    width: 194px;
    height: 183px;
    float: left;
    position: relative;
  }
  #mecoxlane-home .brand .brand-list a dt span {
    width: 160px;
    height: 149px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -74.5px;
    margin-left: -80px;
  }
  #mecoxlane-home .brand .brand-list a dd {
    width: 390px;
    float: left;
  }
  #mecoxlane-home .brand .brand-list a dd h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #mecoxlane-home .brand .brand-list a dd p {
    color: #666;
    line-height: 25px;
    padding-right: 25px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-0 {
    background: #d8d6d2;
  }
  #mecoxlane-home .brand .brand-list .brand-item-0 img {
    margin: 50px 30px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-0 dd {
    margin-top: 60px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-1 img {
    margin: 60px 30px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-1 dd {
    margin-top: 50px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-2 img {
    margin: 40px 30px;
  }
  #mecoxlane-home .brand .brand-list .brand-item-2 dd {
    margin-top: 45px;
  }
  #mecoxlane-home .brand .brand-list-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 570px;
  }
  #mecoxlane-home .brand .brand-list-bg ul {
    width: 100%;
    height: 570px;
  }
  #mecoxlane-home .brand .brand-list-bg li {
    height: 570px;
  }
  #mecoxlane-home .brand .brand-list-bg .brandbg-0 {
    background: url("../../images/home/weinin-bg.jpg") center center no-repeat;
  }
  #mecoxlane-home .brand .brand-list-bg .brandbg-1 {
    background: url("../../images/home/20160802151138560.jpg") center center no-repeat;
  }
  #mecoxlane-home .brand .brand-list-bg .brandbg-2 {
    background: url("../../images/home/bolin-bg.jpg") center center no-repeat;
  }
  #mecoxlane-home .brand-bg {
    width: 100%;
  }
  #mecoxlane-home .message {
    width: 100%;
  }
  #mecoxlane-home .message-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 45px;
  }
  #mecoxlane-home .message-item-left {
    float: left;
  }
  #mecoxlane-home .message-item-right {
    float: right;
  }
  #mecoxlane-home .message-item .title {
    overflow: hidden;
    padding-bottom: 10px;
  }
  #mecoxlane-home .message-item .title .left {
    float: left;
  }
  #mecoxlane-home .message-item .title .left b {
    width: 4px;
    height: 25px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 2px;
  }
  #mecoxlane-home .message-item .title .left h2 {
    font-weight: normal;
    width: 100px;
    color: #333;
  }
  #mecoxlane-home .message-item .title a {
    float: right;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #e5004f;
    padding-right: 20px;
  }
  #mecoxlane-home .message-item .content {
    position: relative;
  }
  #mecoxlane-home .message-item .content a {
    display: block;
    width: 100%;
  }
  #mecoxlane-home .message-item .content a img {
    width: 100%;
  }
  #mecoxlane-home .message-item .content .mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
  }
  #mecoxlane-home .message-item .content .mark h3 {
    font-weight: normal;
    float: left;
    margin-left: 20px;
    color: #333;
  }
  #mecoxlane-home .message-item .content .mark p {
    float: right;
    margin-right: 20px;
    text-decoration: underline;
    color: #666;
  }
  #mecoxlane-home .message-item ul {
    width: 585px;
    height: 214px;
    border: 1px solid #ccc;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    behavior: url(PIE.htc);
    border-radius: 0 0 20px 0;
  }
  #mecoxlane-home .message-item li {
    padding: 20px 0 0 20px;
  }
  #mecoxlane-home .message-item li span {
    width: 15px;
    height: 15px;
    float: left;
    position: relative;
  }
  #mecoxlane-home .message-item li span b {
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    behavior: url(PIE.htc);
    background: #e5004f;
    border-radius: 50%;
  }
  #mecoxlane-home .message-item li .desc {
    margin-left: 15px;
  }
  #mecoxlane-home .message-item li .desc h3 {
    font-weight: normal;
    color: #333;
  }
  #mecoxlane-home .message-item li .desc a {
    width: 440px;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 25px;
  }
  #mecoxlane-home .message-item li .desc a b {
    font-weight: normal;
    color: #333;
    font-size: 16px;
  }
  #mecoxlane-home .mkl-enter {
    width: 100%;
    background: #ededed;
    margin-top: 13px;
  }
  #mecoxlane-home .mkl-enter-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
  }
  #mecoxlane-home .mkl-enter-title {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #mecoxlane-home .mkl-enter-title b {
    height: 30px;
    width: 4px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 20px;
  }
  #mecoxlane-home .mkl-enter-title h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    height: 30px;
    line-height: 30px;
  }
  #mecoxlane-home .mkl-enter-list .item {
    width: 585px;
    height: 220px;
    margin-bottom: 40px;
    float: left;
  }
  #mecoxlane-home .mkl-enter-list .item-left {
    margin-left: 20px;
  }
  #mecoxlane-home .mkl-enter-list dl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mecoxlane-home .mkl-enter-list dt {
    height: 220px;
    width: 446px;
    position: relative;
    background: #333333;
  }
  #mecoxlane-home .mkl-enter-list dd {
    position: absolute;
    width: 412px;
    height: 220px;
    right: 0;
    top: 0;
    background-image: url("../../images/home/mkl-enter-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mecoxlane-home .mkl-enter-list a {
    position: absolute;
    width: 93px;
    height: 34px;
    color: #b0b0b0;
    bottom: -9px;
    left: 47px;
    background: #2e2e2e;
    line-height: 34px;
    font-size: 16px;
    padding-left: 14px;
  }
  #mecoxlane-home .mkl-enter-list span {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #373737;
    right: 2px;
    top: 4px;
  }
  #mecoxlane-home .mkl-enter-list i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 7px 4px;
  }
  #mecoxlane-home .mkl-enter-wrap {
    width: 183px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #mecoxlane-home .mkl-enter-wrap h3 {
    font-size: 20px;
    color: #ebebeb;
    font-weight: normal;
    margin-top: 15px;
    text-align: center;
  }
  #mecoxlane-home .Cooperation {
    width: 100%;
  }
  #mecoxlane-home .Cooperation-content {
    width: 1190px;
    margin: 0 auto;
  }
  #mecoxlane-home .Cooperation-title {
    margin: 40px 0 20px 0;
  }
  #mecoxlane-home .Cooperation-title b {
    height: 30px;
    width: 4px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 20px;
  }
  #mecoxlane-home .Cooperation-title h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    height: 30px;
    line-height: 30px;
  }
  #mecoxlane-home .message-list {
    overflow: hidden;
    margin: 40px 0;
  }
  #mecoxlane-home .message-list div {
    width: 585px;
    border-top: 13px solid #e5004f;
  }
  #mecoxlane-home .message-list ul {
    width: 100%;
    border-radius: 0 0 20px 0;
    border: 1px solid #ccc;
    width: 583;
    height: 119px;
    border-top: 0;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #mecoxlane-home .message-list li {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
    height: 50%;
  }
  #mecoxlane-home .message-list li span {
    width: 6px;
    height: 6px;
    display: block;
    background: #e5004f;
    border-radius: 50%;
    margin-right: 5px;
  }
  #mecoxlane-home .message-list a {
    text-decoration: underline;
  }
  #mecoxlane-home .message-list .left {
    float: left;
  }
  #mecoxlane-home .message-list .right {
    float: right;
  }
  #mecoxlane-home .homeVideoTitle {
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
    zoom: 1;
  }
  #mecoxlane-home .homeTitle {
    margin-bottom: 10px;
    height: 78px;
    border-left: #e5004f 4px solid;
    position: relative;
    font-size: 18px;
    color: #e5004f;
    padding-left: 13px;
  }
  #mecoxlane-home .homeTitle h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding: 15px 0 5px 0;
  }
  #mecoxlane-home .homeTitle span {
    position: absolute;
    right: 0;
    bottom: 12px;
  }
  #mecoxlane-home .homeTitle a {
    color: #79bd36;
  }
  #mecoxlane-home #homeVideo {
    background: #e2f4f6;
    padding: 50px 0 10px 0;
    margin-bottom: 20px;
  }
  #mecoxlane-home .videoTop {
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #mecoxlane-home .videoTop div {
    position: relative;
    background: #000;
    cursor: pointer;
    margin-bottom: 20px;
  }
  #mecoxlane-home .videoTop .videotop-item {
    float: left;
    background: none;
    width: 33.33%;
    padding: 0 20px;
  }
  #mecoxlane-home .videoTop img {
    width: 100%;
    opacity: 0.6;
    border: 0;
    display: block;
  }
  #mecoxlane-home .videoTop p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
  }
  #mecoxlane-home .videoTop span {
    width: 54px;
    height: 54px;
    background: url("http://www.mecoxlane.com/images/video.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: block;
  }
  #mecoxlane-home #homeVideo ul {
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
    zoom: 1;
  }
  #mecoxlane-home #homeVideo .secondVideo {
    margin-top: 30px;
  }
  #mecoxlane-home #homeVideo li {
    width: 250px;
    float: left;
    margin-left: 63px;
    display: block;
    border: 0;
  }
  #mecoxlane-home #homeVideo li:nth-child(1) {
    margin-left: 0;
  }
  #mecoxlane-home #homeVideo li a {
    color: #333;
    text-decoration: none;
  }
  #mecoxlane-home #homeVideo li div {
    background: #000;
    position: relative;
    cursor: pointer;
  }
  #mecoxlane-home #homeVideo li img {
    width: 250px;
    height: 140px;
    display: block;
    opacity: 0.6;
    border: 0;
  }
  #mecoxlane-home #homeVideo li p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
  }
  #mecoxlane-home #homeVideo li span {
    width: 54px;
    height: 54px;
    background: url("http://www.mecoxlane.com/images/video.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    display: block;
  }
  #mecoxlane-home .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
  #mecoxlane-home .swiper-pagination-bullet-active {
    background: #e5004f !important;
  }
  #mecoxlane-home #wrapper {
    position: relative;
  }
  #mecoxlane-home #wrapper .wrapper-content {
    width: 100%;
  }
  #mecoxlane-home #wrapper .wrapper-content li {
    position: absolute;
    width: 100%;
  }
  #mecoxlane-home #wrapper .wrapper-content li img {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1190px) {
  #mecoxlane-home #wrapper .wrapper-content li img {
    width: 1190px;
  }
}
@media screen and (min-width: 750px) {
  #mecoxlane-home #wrapper .wrapper-page {
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
  }
}
@media screen and (min-width: 750px) {
  #mecoxlane-home #wrapper .wrapper-page li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ccc;
    float: left;
    margin: 0 5px;
    cursor: pointer;
  }
}
@media screen and (min-width: 750px) {
  #mecoxlane-home #wrapper .wrapper-page .wrapper-select {
    background: #e5004f;
  }
}
@media screen and (min-width: 750px) and (max-width: 1190px) {
  #mecoxlane-home .nav-list {
    width: 1190px;
  }
  #mecoxlane-home .swipe {
    width: 1190px;
  }
  #mecoxlane-home .swipe img {
    width: 1190px;
  }
  #mecoxlane-home .brand .brand-list-bg {
    width: 1190px;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    height: 100%;
  }
  #mecoxlane-home {
    width: 100%;
    height: 100%;
  }
  #mecoxlane-home .swipe .swiper-slide {
    width: 100% !important;
  }
  #mecoxlane-home .swipe {
    width: 100%;
  }
  #mecoxlane-home .swipe a {
    width: 100% !important;
    display: block;
  }
  #mecoxlane-home .swipe img {
    width: 100%;
  }
  #mecoxlane-home .swipe-mobile {
    width: 100%;
    height: 150px;
  }
  #mecoxlane-home .swipe-mobile a {
    width: 100% !important;
    height: 150px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mecoxlane-home .swipe-mobile img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mecoxlane-home .enter-swipe a {
    background-size: 100% 150px;
  }
  #mecoxlane-home .module {
    width: 100%;
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
  }
  #mecoxlane-home .module-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  #mecoxlane-home .module-item {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #mecoxlane-home .module-item .title {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mecoxlane-home .module-item .title .left {
    display: flex;
    align-items: center;
    width: 40%;
  }
  #mecoxlane-home .module-item .title .left b {
    height: 20px;
    width: 3px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 5px;
  }
  #mecoxlane-home .module-item .title .left img {
    float: left;
    width: 50%;
  }
  #mecoxlane-home .module-item .title .left h3 {
    float: left;
    margin-left: 5px;
    color: #333;
    margin-top: 5px;
    font-weight: normal;
    display: none;
  }
  #mecoxlane-home .module-item .title .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60%;
  }
  #mecoxlane-home .module-item .title .right a {
    font-size: 12px;
    border: 1px solid #999;
    padding: 2px 5px;
    behavior: url(PIE.htc);
    border-radius: 15px;
    color: #999;
  }
  #mecoxlane-home .module-item .content {
    position: relative;
    behavior: url(PIE.htc);
    border-radius: 0 0 24px 0;
  }
  #mecoxlane-home .module-item .content img {
    width: 100%;
  }
  #mecoxlane-home .module-item .content .mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mecoxlane-home .module-item .content .mark h2 {
    font-weight: normal;
    color: #333;
    font-size: 12px;
    padding-left: 5px;
  }
  #mecoxlane-home .module-item .content .mark p {
    color: #666;
    float: right;
    text-decoration: underline;
    font-size: 12px;
    padding-right: 10px;
  }
  #mecoxlane-home .module-item-left {
    float: left;
    padding-right: 2px;
  }
  #mecoxlane-home .module-item-left .title .left img {
    width: 35%;
  }
  #mecoxlane-home .module-item-right {
    float: right;
    padding-left: 2px;
    margin: 0;
  }
  #mecoxlane-home .brand {
    position: relative;
    padding: 0 10px;
    margin-bottom: 25px;
    height: 400px;
    box-sizing: border-box;
  }
  #mecoxlane-home .brand .content {
    width: 95%;
    height: 360px;
    z-index: 555;
    position: absolute;
    overflow: hidden;
    top: 25px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    left: 50%;
    margin-left: -47.5%;
  }
  #mecoxlane-home .brand .brand-list {
    width: 100%;
    margin: 0 auto;
    height: 360px;
    behavior: url(PIE.htc);
    overflow: hidden;
    background: #fff;
    z-index: 111;
  }
  #mecoxlane-home .brand .brand-list a {
    overflow: hidden;
    height: 33.3%;
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  #mecoxlane-home .brand .brand-list a dl {
    height: 100%;
    overflow: hidden;
    display: flex;
  }
  #mecoxlane-home .brand .brand-list a dt {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
  }
  #mecoxlane-home .brand .brand-list a dt span {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    border-radius: 50%;
  }
  #mecoxlane-home .brand .brand-list a dt span img {
    width: 65px;
  }
  #mecoxlane-home .brand .brand-list a dd {
    width: 60%;
    font-size: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mecoxlane-home .brand .brand-list a dd h2 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #mecoxlane-home .brand .brand-list a dd p {
    color: #666;
    line-height: 18px;
    padding-right: 10px;
  }
  #mecoxlane-home .brand .brand-list-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
  }
  #mecoxlane-home .brand .brand-list-bg ul {
    width: 100%;
    height: 400px;
  }
  #mecoxlane-home .brand .brand-list-bg li {
    height: 400px;
  }
  #mecoxlane-home .brand-bg {
    width: 100%;
  }
  #mecoxlane-home .message {
    width: 100%;
  }
  #mecoxlane-home .message-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px 20px 5px;
    box-sizing: border-box;
  }
  #mecoxlane-home .message-item {
    width: 100%;
    box-sizing: border-box;
  }
  #mecoxlane-home .message-item .title {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 5px 5px;
  }
  #mecoxlane-home .message-item .title .left {
    display: flex;
    align-items: center;
  }
  #mecoxlane-home .message-item .title .left b {
    width: 3px;
    height: 15px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 18px;
  }
  #mecoxlane-home .message-item .title .left h2 {
    font-weight: normal;
    font-size: 14px;
    width: 65px;
  }
  #mecoxlane-home .message-item .title a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #e5004f;
  }
  #mecoxlane-home .message-item .content {
    position: relative;
  }
  #mecoxlane-home .message-item .content a {
    display: block;
    width: 100%;
  }
  #mecoxlane-home .message-item .content a img {
    width: 100%;
  }
  #mecoxlane-home .message-item .content .mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
  }
  #mecoxlane-home .message-item .content .mark h3 {
    font-weight: normal;
    float: left;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
  }
  #mecoxlane-home .message-item .content .mark p {
    float: right;
    margin-right: 5px;
    text-decoration: underline;
    color: #666;
    font-size: 12px;
  }
  #mecoxlane-home .message-item ul {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    behavior: url(PIE.htc);
    border-radius: 0 0 5px 5px;
  }
  #mecoxlane-home .message-item li {
    padding: 5px 0 0 5px;
  }
  #mecoxlane-home .message-item li span {
    width: 6px;
    height: 6px;
    float: left;
    position: relative;
  }
  #mecoxlane-home .message-item li span b {
    width: 6px;
    height: 6px;
    display: block;
    background: #e5004f;
    border-radius: 50%;
    position: absolute;
    top: 5px;
  }
  #mecoxlane-home .message-item li .desc {
    margin-left: 10px;
    line-height: 18px;
  }
  #mecoxlane-home .message-item li .desc h3 {
    font-weight: normal;
    color: #333;
    font-size: 12px;
  }
  #mecoxlane-home .message-item li .desc div p {
    height: 38px;
    overflow: hidden;
  }
  #mecoxlane-home .message-item li .desc a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    font-size: 12px;
  }
  #mecoxlane-home .message-item li .desc a p {
    height: 36px;
    overflow: hidden;
  }
  #mecoxlane-home .message-item li .desc a b {
    font-weight: normal;
    color: #333;
    font-size: 12px;
  }
  #mecoxlane-home .message-item-left {
    float: left;
    padding-right: 2px;
  }
  #mecoxlane-home .message-item-right {
    float: right;
    padding-left: 2px;
  }
  .swiper-container-newIndex {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
  }
  .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .swiper-pagination-bullet-active {
    background: #e5004f !important;
  }
  #mecoxlane-home .mkl-enter {
    width: 100%;
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
    background: #ededed;
  }
  #mecoxlane-home .mkl-enter-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  #mecoxlane-home .mkl-enter-title {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  #mecoxlane-home .mkl-enter-title b {
    height: 20px;
    width: 3px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 5px;
  }
  #mecoxlane-home .mkl-enter-title h3 {
    font-weight: normal;
    font-size: 14px;
  }
  #mecoxlane-home .mkl-enter-list {
    width: 100%;
  }
  #mecoxlane-home .mkl-enter-list .item {
    width: 100%;
    margin-bottom: 40px;
  }
  #mecoxlane-home .mkl-enter-list dl {
    width: 100%;
    position: relative;
  }
  #mecoxlane-home .mkl-enter-list dt {
    width: 75%;
    position: relative;
    background: #333333;
    display: flex;
    padding: 20px 0;
  }
  #mecoxlane-home .mkl-enter-list a {
    position: absolute;
    width: 60px;
    height: 25px;
    color: #b0b0b0;
    bottom: -10px;
    left: 10%;
    background: #2e2e2e;
    line-height: 25px;
    font-size: 13px;
    padding-left: 14px;
  }
  #mecoxlane-home .mkl-enter-list span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #373737;
    right: 2px;
    top: 2px;
  }
  #mecoxlane-home .mkl-enter-list i {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 6px 4px;
  }
  #mecoxlane-home .mkl-enter-list dd {
    position: absolute;
    width: 68%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../../images/home/mkl-enter-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 0 100%;
  }
  #mecoxlane-home .mkl-enter-list dd img {
    width: 80px;
  }
  #mecoxlane-home .mkl-enter-wrap {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #mecoxlane-home .mkl-enter-wrap h3 {
    text-align: center;
    font-size: 14px;
    color: #ebebeb;
  }
  #mecoxlane-home .Cooperation {
    width: 100%;
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
  }
  #mecoxlane-home .Cooperation-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  #mecoxlane-home .Cooperation-title {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  #mecoxlane-home .Cooperation-title b {
    height: 20px;
    width: 3px;
    background: #e5004f;
    display: block;
    float: left;
    margin-right: 5px;
  }
  #mecoxlane-home .Cooperation-title h3 {
    font-weight: normal;
    font-size: 14px;
  }
  #mecoxlane-home .message-list {
    margin: 15px 0 0 0;
  }
  #mecoxlane-home .message-list > div {
    width: 100%;
    border-top: 8px solid #e5004f;
  }
  #mecoxlane-home .message-list > .left {
    margin-bottom: 10px;
  }
  #mecoxlane-home .message-list ul {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 8px 0;
    box-sizing: border-box;
  }
  #mecoxlane-home .message-list li {
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 15px;
  }
  #mecoxlane-home .message-list li span {
    width: 5px;
    height: 5px;
    display: block;
    background: #e5004f;
    border-radius: 50%;
    margin-right: 5px;
  }
  #mecoxlane-home .message-list li a {
    text-decoration: underline;
  }
  .homeVideoTitle {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    zoom: 1;
  }
  .homeTitle {
    margin-bottom: 10px;
    height: 40px;
    border-left: #e5004f 3px solid;
    position: relative;
    font-size: 14x;
    color: #e5004f;
    padding-left: 10px;
  }
  .homeTitle h2 {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    padding: 3px 0 2px 0;
    line-height: 1;
  }
  .homeTitle span {
    position: absolute;
    right: 0;
    bottom: 12px;
  }
  .homeTitle a {
    color: #79bd36;
  }
  /*#homeVideo{background: #e2f4f6;padding: 50px 0 10px 0;margin-bottom:20px;}*/
  .videoTop {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .videoTop div {
    position: relative;
    background: #000;
    cursor: pointer;
  }
  .videoTop .videotop-item {
    background: none;
    margin-bottom: 10px;
  }
  .videoTop img {
    width: 100%;
    opacity: 0.6;
    border: 0;
    display: block;
  }
  .videoTop p {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
  }
  .videoTop span {
    width: 40px;
    height: 40px;
    background: url("http://www.mecoxlane.com/images/video.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: block;
  }
  #homeVideo ul {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    zoom: 1;
  }
  #homeVideo li {
    width: 100%;
    float: left;
    display: block;
    border: 0;
  }
  #homeVideo li:nth-child(1) {
    margin-left: 0;
  }
  #homeVideo li a {
    color: #333;
    text-decoration: none;
  }
  #homeVideo li div {
    background: #000;
    position: relative;
    cursor: pointer;
  }
  #homeVideo li img {
    width: 100%;
    display: block;
    opacity: 0.6;
    border: 0;
  }
  #homeVideo li p {
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #555;
    margin-top: 5px;
  }
  #homeVideo li span {
    width: 40px;
    height: 40px;
    background: url("http://www.mecoxlane.com/images/video.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: block;
  }
}
#mecoxlane-home .navShow {
  display: block !important;
}

.notice {
  background: #fff6d5;
}
.notice .module-content {
  height: 40px;
  line-height: 40px;
  color: #a37b3d;
}
.notice .module-content img {
  height: 40px;
  float: left;
}/*# sourceMappingURL=home.css.map */